Welcome![Sign In][Sign Up]
Location:
Search - wavelet edge

Search list

[Wavelet使用小波变换的图像边缘检测算法

Description: 使用小波变换的图像边缘检测算法-use wavelet transform Edge Detection Algorithm
Platform: | Size: 289792 | Author: 屈晓超 | Hits:

[Wavelet小波变换

Description: 利用小波变换进行边缘检测-edge check with wavelet transformation
Platform: | Size: 2142208 | Author: 王昊一 | Hits:

[2D Graphic图象处理集合

Description: 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the following : 1. Image analysis : Segmentation and Edge Detection 2. Image encoder and decoder : Huff, PCX, GIF, JPG, etc.; 3. Filter : with a variety of filters (high and low pass offered inter-band stop); 4. Morphology : Image of corrosion and expansive, open and close operations, the image of rough and refined; in addition to the View editor, Gray processing, image restoration, wavelet decomposition and reconstruction and so on.
Platform: | Size: 1241088 | Author: | Hits:

[Graph program重点 基于小波的小尺寸物体的图像边缘提取方法

Description: 重点 基于小波的小尺寸物体的图像边缘提取方法-focus on the small size wavelet objects Edge Extraction Method
Platform: | Size: 73728 | Author: 蓝婧 | Hits:

[Graph programJava图像处理

Description: 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1. Geometry Transform(Flip, Rotate, Scale) 2. Color Transform(Histogram, RGB-YSH Translate, Contrast, Level, Equalize in gray) 3. Convolve (Sharpness, Smooth , Edge enhancement, Mean) 4.Frequence Transform (FFT, wavelet reconstruct)
Platform: | Size: 54272 | Author: 徐林 | Hits:

[Wavelet小波边缘检测

Description: 基于小波变换模极大的多尺度图像边缘检测matlab源代码-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code
Platform: | Size: 1024 | Author: tian | Hits:

[Multimedia Developmulscal_edge

Description: 我编写的一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像; -I prepared a multiscale edge detection example, the method is : 1, the first three images scale wavelet transform; 2, wavelet coefficients for the modulus value and gradient direction; 3 to determine the maximum value model, the candidate edge points; 4, through the inverse transform Synthesis of 3 Scale model of the extreme images;
Platform: | Size: 8192 | Author: 刘三 | Hits:

[WaveletLPR

Description: 车牌识别程序,使用sobel算子检测边缘,然后准确定位车牌,准确率高达98%以上。-license plate identification procedures, the use of pixel edge detection operator, and then accurate positioning plates, accuracy rate was as high as 98% or more.
Platform: | Size: 59392 | Author: 张思展 | Hits:

[Special Effectswork234

Description: 利用小波进行边缘提取,比较各种小波核函数的能力,体会“数学显微镜”的妙用,例子:车牌定位。-using wavelet edge detection, comparison of different wavelet function of the nuclear capability and experience "math microscope," the magic examples : positioning plates.
Platform: | Size: 1924096 | Author: 郭大波 | Hits:

[matlabedege_detection

Description: 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algorithm used is kind of wavelet, in order to better detect the edge of porous algorithm instead of Mallat algorithm. The algorithm and fast algorithm Mallat major difference : an algorithm porous not even take samples So singular position detection more accurate, the corresponding Reconstruction interpolation is not zero. Two porous algorithm need to filter extendable.
Platform: | Size: 1024 | Author: 高锋 | Hits:

[GDI-BitmapXIAOBPBIANYYUANJIANCE

Description: 小波边缘检测代码。非常好用!一定要看看哦!-wavelet edge detection code. Very handy! Must see!
Platform: | Size: 181248 | Author: yang | Hits:

[matlabmatlabxby

Description: 小波边缘检测matlab程序 matlabxby.rar-wavelet edge detection procedures matlabxby.rar Matlab
Platform: | Size: 1024 | Author: 张伟 | Hits:

[Waveletedgedetect_basedonWavelet

Description: 利用小波变换进行图像边缘提取,用matlab语言编写实现。edgedetect_basedonWavelet.m-using wavelet transform image edge extraction, using Matlab language achievement. Edgedetect_basedonWavelet.m
Platform: | Size: 36864 | Author: 杨诚 | Hits:

[Waveletwavelet_edge_detect_matlab

Description: 通过小波变换,由小波系数的梯度值提取图像的边缘-wavelet transform, wavelet coefficients from the gradient from the edge of the image
Platform: | Size: 36864 | Author: 杨林 | Hits:

[Special EffectswaveletC++

Description: 特征提取中利用小波边缘检测C++源码,希望对大家有用,而且偶也能下载程序了,-feature extraction using wavelet edge detection C source code, we hope to useful, but can even download, Ha ha
Platform: | Size: 175104 | Author: 绿色的毛毛虫 | Hits:

[Special EffectsWedgelet_fusion

Description: Wedgelet图像融合Matlab代码,供参考学习 说明:程序运行中要用到wedgelet工具包wavelet802工具包,在此文件中未包含此工具包,所以运行时候需要安装此包。 其中部分函数内有说明文档。-Wedgelet Image Fusion Matlab code for reference study : procedures for the operation of the wedgelet use tool kits wavelet802 tool kits In this document does not contain this tool kits, running when it needs to install this package. Some of these functions are documented.
Platform: | Size: 139264 | Author: | Hits:

[Software EngineeringCh1799

Description: 小波工具箱的应用基础 395 16.1 一维小波分析的应用 395 16.1.1 小波分解在普通信号分析中的应用 395 16.1.2 小波变换在信号特征检测中的应用 411 16.2 二维小波分析的应用 417 16.2.1 小波分析在图像平滑中的应用 417 16.2.2 小波分析在图像增强中的应用 418 16.2.3 小波分析在图像融合中的应用 420 16.3 小波包分析的应用 422 16.3.1 小波包在信号时频分析中的应用 423 16.3.2 小波包在图像边缘检测中的应用 429-toolbox of 16.1 basis of a 395-dimensional wavelet analysis of 395 small 16.1.1 Decomposition of the ordinary wave signal analysis of 395 16.1.2 wavelet transform in signal detection of 41 a 16.2 2D wavelet analysis of 417 16.2.1 wavelet analysis in image smoothing of 417 1 6.2.2 wavelet analysis in image enhancement of 418 16.2.3 wavelet analysis in Image Fusion System 420 16.3 wavelet packet analysis of wavelet packet Entry 422 in the signal frequency analysis of 42 3 16.3.2 wavelet packet in Edge Detection of 429
Platform: | Size: 3072 | Author: 崔鹏 | Hits:

[Waveletseg22

Description: 一种用于尿沉渣图片的分割方法,先用小波变换和形态学,再使用边缘检测和阈值分割-urine for a picture segmentation method, use wavelet transform and morphology, re-use of edge detection and thresholding segmentation
Platform: | Size: 3072 | Author: 李明 | Hits:

[WaveletWT_matlab

Description: 基于小波变换模极大的多尺度图像边缘检测matlab源代码-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code
Platform: | Size: 3072 | Author: newhope | Hits:

[Otherbytq

Description: 这是一个关于小波模极大值用于边缘提取的matlab程序-This is one of the wavelet transform modulus maxima for the Matlab edge extraction procedures
Platform: | Size: 3072 | Author: 程帅 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net